home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-09-25 | 575 b | 31 lines | [TEXT/MPS ] |
- ;
- ; File: ChooserPACK.a
- ; Contains: Creates initial jump point in pack code
- ;
-
- ;
- ; Copyright: © 1998, 2000 by Apple Computer, Inc., all rights reserved.
- ;
- ; Writers:
- ;
- ; (gc) Garth Cummings
- ;
- ; Change History (most recent first):
- ;
- ; <USB1> 5/11/00 gc first checked in
- ; 27 Mar 98 gp Created
- ;
- BLANKS ON
- STRING ASIS
-
- main PROC EXPORT
-
- ;-------------------------------------------------------------------------------
- IMPORT Chooser
- JMP Chooser
-
- ;-------------------------------------------------------------------------------
-
- END
-
-